require "import"
import "android.content.*"
import "android.os.Vibrator"
v=function()
local context = activity or service
local vibrator = context.getSystemService(Context.VIBRATOR_SERVICE)
if vibrator.hasVibrator() then
vibrator.vibrate(200)
end
return true
end
if service.click({{
"%v$100",
"%dictare$300",
}})
return true
end

return true